home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / file_mgt / ffg / demo_bat / year-nn.bat < prev    next >
Encoding:
DOS Batch File  |  1995-04-01  |  270 b   |  11 lines

  1. @echo off
  2. if %1.==. goto USAGE
  3.   echo Here is a listing of files created/modified during '%1.
  4. ::Same as:  ffg /p *:* /d1/1/%1-12/31/%1
  5.             ffg /p *:* /d%1
  6.   goto END
  7. :USAGE
  8.   echo USAGE:
  9.   echo          %0 YY          where YY is a two digit year
  10. :END
  11.